home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! 7.0 / PI2_CD1.ISO / pip / pi7 / 1033 / tour.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-09  |  140 b   |  9 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       _level.selection = "threey";
  5.       gotoAndStop("transition");
  6.       play();
  7.    }
  8. }
  9.